home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4396 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  46 lines

  1. Newsgroups: comp.lang.c
  2. Path: usinternet.com!not-for-mail
  3. From: sjibben@usinternet.com (Scott Jibben)
  4. Subject: Watcom's wmake?
  5. Message-ID: <247cc$1d1.291@usinternet.com>
  6. Date: Sun, 04 Feb 1996 07:13:01 GMT
  7. Organization: Jibben Software
  8. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  9.  
  10. I'm in the process of migrating from Borland to Watcom C++.  I'm 
  11. also porting all of my make files to use Watcom's make utility.  
  12. I have had a lot of trouble with this software.  Here's an 
  13. example of one of my problems:
  14.  
  15. test : .SYMBOLIC
  16.         cwd
  17.         md testdir
  18.  
  19. Now, shouldn't the above create the directory, TESTDIR in the 
  20. current directory?  What happens is that it always creates it in 
  21. C:\TESTDIR, even when my makefile is located in D:\USR\WTEST.
  22.  
  23. I wrote the small utility cwd to just display the current 
  24. working directory to find out where wmake thought it was.  It 
  25. displays the correct directory (D:\USR\WTEST).
  26.  
  27. That was my test using Watcom C++ 10.0.  My other problems seem 
  28. to be 10.50 specific so far.  Running the same makefile will 
  29. produce error messages that say it can't execute md or even 
  30. echo.  Any ideas on this one?
  31.  
  32. Any help would be much appreciated!
  33.  
  34. Scott Jibben 
  35. Jibben Software 
  36. Galactic Overlord & Mines of Gorr BBS Door Games 
  37. ----------------------------- 
  38. [EMAIL] sjibben@usinternet.com
  39. [WWW] http://www.usinternet.com/jsw
  40. [FTP] europa.com /outgoing/DOORS/jibben 
  41. [FTP] ftp.cts.com /pub/dferber/jibben 
  42. [FIDO] 1:282/115 
  43. [BBS] 612-379-8272 (10 USR 28.8 Couriers) 
  44.  
  45.  
  46.